Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    plus(plus(X,Y),Z)  → plus(X,plus(Y,Z))
2:    times(X,s(Y))  → plus(X,times(Y,X))
There are 4 dependency pairs:
3:    PLUS(plus(X,Y),Z)  → PLUS(X,plus(Y,Z))
4:    PLUS(plus(X,Y),Z)  → PLUS(Y,Z)
5:    TIMES(X,s(Y))  → PLUS(X,times(Y,X))
6:    TIMES(X,s(Y))  → TIMES(Y,X)
The approximated dependency graph contains 2 SCCs: {3,4} and {6}.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006